home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 2.iso / Pc / A_C / BOLO_UPD.ZIP / BOLO.BAT next >
DOS Batch File  |  1995-03-24  |  276b  |  21 lines

  1. echo off
  2. cd infos
  3. checkms
  4. boch
  5. IF errorlevel 1 goto end
  6. md c:\dos
  7. md c:\dos\temp
  8. md c:\dos\temp\bolo
  9. copy boprg.exe c:\dos\temp\bolo
  10. getcd
  11. SMARTDRV 0 C-
  12. c:\dos\temp\bolo\boprg.exe /d c:\dos\temp\bolo
  13. del c:\dos\temp\bolo\boprg.exe
  14. SMARTDRV C+
  15. cd \
  16. rd c:\dos\temp\bolo
  17. :end
  18.  
  19.  
  20.  
  21.